home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / DCS / W5216N40 / wn520-16 tnt2 win nt 4.0 drivers ver 1.21.exe / nv4_disp.INF < prev    next >
Windows Setup INFormation  |  1999-03-19  |  5KB  |  176 lines

  1. ;
  2. ; NV Display INF file
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%NVidia%
  8. Class=Display
  9.  
  10. ;
  11. ; Dest directories are \windows\system32 and \windows\system32\drivers
  12. ;
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir       = 11
  16. nv4.Miniport      = 12
  17. nv.Display       = 11
  18. nv.rm            = 12
  19. nv.oldrm         = 12
  20.  
  21. ;
  22. ; The Manufacturer section lists all of the manufacturers that we will
  23. ; display in the Dialog box. DEVICE sections are specified.
  24. ;
  25.  
  26. [Manufacturer]
  27. %NVidia%      = NVidia.Mfg
  28.  
  29. ;
  30. ; Device section. Each section here corresponds with an entry listed in the
  31. ; [Manufacturer] section, above. The models will be displayed in the order
  32. ; that they appear in the INF file. This section identifies
  33. ; the corresponding INSTALL sections.
  34. ;
  35.  
  36.  
  37. [NVidia.Mfg]
  38. %NVidia.Nv4% = nv4, PCI\VEN_10DE&DEV_0020
  39. %NVidia.Nv5% = nv5, PCI\VEN_10DE&DEV_0028
  40. %NVidia.NvVanta% = nv5, PCI\VEN_10DE&DEV_002C
  41.  
  42. ;---------------------------------------------------------------------
  43. ; NV Driver INSTALL Section. This INSTALL section specifies
  44. ; what files are to to be copied (File List sections)
  45. ;---------------------------------------------------------------------
  46.  
  47. [nv4]
  48. CopyFiles=nv4.Miniport, nv.Display, nv4.icd
  49. DelFiles=nv.oldrm
  50.  
  51. [nv5]
  52. CopyFiles=nv4.Miniport, nv.Display, nv4.icd
  53. DelFiles=nv.oldrm
  54.  
  55. ;
  56. ; NV Driver INSTALL Section. This INSTALL section specifies
  57. ; what registry fields are to be modified (ADD Registry section)
  58. ;
  59.  
  60. [nv4.SoftwareSettings]
  61. AddReg = nv_SoftwareDeviceSettings
  62. AddReg = nv4_icdSoftwareSettings
  63.  
  64. [nv5.SoftwareSettings]
  65. AddReg = nv5_SoftwareDeviceSettings
  66. AddReg = nv5_icdSoftwareSettings
  67.  
  68. ;
  69. ; NV Service Installation
  70. ;
  71.  
  72. [nv4.Services]
  73. AddService = nv4, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
  74. DelService=nvarch
  75. DelService=nvgfx
  76.  
  77. [nv5.Services]
  78. AddService = nv5, 0x00000002, nv5_Generic_Service_Inst, nv5_EventLog_Inst
  79. DelService=nvarch
  80. DelService=nvgfx
  81.  
  82. [nv4_EventLog_Inst]
  83. AddReg = nv4_EventLog_AddReg
  84.  
  85. [nv5_EventLog_Inst]
  86. AddReg = nv5_EventLog_AddReg
  87.  
  88. [nv4_EventLog_AddReg]
  89. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
  90. HKR,,TypesSupported,0x00010001,7
  91.  
  92. [nv5_EventLog_AddReg]
  93. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
  94. HKR,,TypesSupported,0x00010001,7
  95.  
  96. [nv4_Generic_Service_Inst]
  97. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  98. StartType      = 1                  ; SERVICE_SYSTEM_START
  99. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  100. LoadOrderGroup = Video
  101. ServiceBinary  = %12%\nv4_mini.sys
  102.  
  103. [nv5_Generic_Service_Inst]
  104. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  105. StartType      = 1                  ; SERVICE_SYSTEM_START
  106. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  107. LoadOrderGroup = Video
  108. ServiceBinary  = %12%\nv4_mini.sys
  109.  
  110. ;
  111. ; File List sections for NV.Display and NV.Miniport
  112. ;
  113.  
  114. [nv.Display]
  115. nv4_disp.dll
  116.  
  117. [nv4.Miniport]
  118. nv4_mini.sys
  119.  
  120. [nv.oldrm]
  121. nvarch.sys,0x00000001
  122. nvgfx.sys,0x00000001
  123.  
  124. [nv4.icd]
  125. nv4oglnt.dll
  126.  
  127. [nv4.GeneralConfigData]
  128. MaximumDeviceMemoryConfiguration=80
  129.  
  130. [nv5.GeneralConfigData]
  131. MaximumDeviceMemoryConfiguration=80
  132.  
  133. ;
  134. ; NVidia Add registry section
  135. ;
  136.  
  137. [nv_SoftwareDeviceSettings]
  138. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
  139. HKR,, VgaCompatible,               %REG_DWORD%,    0
  140.  
  141. [nv5_SoftwareDeviceSettings]
  142. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
  143. HKR,, VgaCompatible,               %REG_DWORD%,    0
  144. HKR,, Disable16x12x32ge70,           %REG_DWORD%,    1
  145. HKR,, Disable19x10x32ge70,           %REG_DWORD%,    1
  146. HKR,, Disable19x12x32at60,           %REG_DWORD%,    1
  147.  
  148. [nv4_icdSoftwareSettings]
  149. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
  150.  
  151. [nv5_icdSoftwareSettings]
  152. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
  153.  
  154. [Strings]
  155. ;
  156. ; Non-Localizable Strings
  157. ;
  158.  
  159. REG_SZ         = 0x00000000
  160. REG_MULTI_SZ   = 0x00010000
  161. REG_EXPAND_SZ  = 0x00020000
  162. REG_BINARY     = 0x00000001
  163. REG_DWORD      = 0x00010001
  164. serviceroot    = System\CurrentControlSet\Services
  165.  
  166. ;
  167. ; Localizable Strings
  168. ;
  169.  
  170. NVidia       = "NVIDIA"
  171. NVidia.Nv4 = "NVIDIA RIVA TNT"
  172. NVidia.Nv5 = "NVIDIA RIVA TNT2"
  173. NVidia.NvVanta = "NVIDIA VANTA"
  174. DiskId="NVIDIA NT Driver Library installation disk"
  175. drvlib="NVIDIA NT Driver Library"
  176.